home *** CD-ROM | disk | FTP | other *** search
- object FormDial: TFormDial
- Left = 421
- Top = 238
- BorderIcons = [biHelp]
- BorderStyle = bsDialog
- Caption = 'WebConnect - RAS Dialer Utility'
- ClientHeight = 287
- ClientWidth = 409
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Dial: TButton
- Left = 7
- Top = 256
- Width = 75
- Height = 25
- HelpContext = 44
- Caption = 'Connect'
- Default = True
- TabOrder = 0
- OnClick = DialClick
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 393
- Height = 73
- Caption = 'Progress'
- TabOrder = 6
- object Image1: TImage
- Left = 16
- Top = 24
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Progress: TLabel
- Left = 80
- Top = 24
- Width = 289
- Height = 33
- AutoSize = False
- WordWrap = True
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 88
- Width = 393
- Height = 161
- Caption = 'Phonebook Entries'
- TabOrder = 1
- object Label1: TLabel
- Left = 32
- Top = 40
- Width = 73
- Height = 17
- AutoSize = False
- Caption = 'Account:'
- end
- object Label3: TLabel
- Left = 32
- Top = 74
- Width = 73
- Height = 17
- AutoSize = False
- Caption = 'Logon Name:'
- end
- object Label4: TLabel
- Left = 32
- Top = 107
- Width = 73
- Height = 17
- AutoSize = False
- Caption = 'Password:'
- end
- object Speed1: TSpeedButton
- Left = 332
- Top = 38
- Width = 23
- Height = 21
- Hint = 'Properties'
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 888800000000000088880FFFFFFFFFF088880F00F00000F088880FFFFFFFFFF0
- 88880F00F00000F088880FFFFFFFFFF088880FFFFFFF0FF088880F00FFF080F0
- 88880F080F08080008440FF08080808880440000080808888844888880808888
- 8844888888088888804488888880000008448888888888888888}
- ParentShowHint = False
- ShowHint = True
- OnClick = Speed1Click
- end
- object Speed2: TSpeedButton
- Left = 356
- Top = 38
- Width = 23
- Height = 21
- Hint = 'New Entry'
- Flat = True
- Glyph.Data = {
- F6000000424DF600000000000000760000002800000010000000100000000100
- 0400000000008000000000000000000000001000000000000000000000000000
- 8000008000000080800080000000800080008080000080808000C0C0C0000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
- 888888888888888888888800000000000888880FFFFFFFFF0888880FFFFFFFFF
- 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFFFFF
- 0888880FFFFFFFFF0888880FFFFFFFFF0888880FFFFFF0000888880FFFFFF0F0
- 8888880FFFFFF008888888000000008888888888888888888888}
- ParentShowHint = False
- ShowHint = True
- OnClick = Speed2Click
- end
- object Account: TComboBox
- Left = 104
- Top = 38
- Width = 225
- Height = 21
- HelpContext = 41
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = AccountChange
- end
- object Logon: TEdit
- Left = 104
- Top = 72
- Width = 225
- Height = 21
- HelpContext = 42
- TabOrder = 1
- end
- object Password: TEdit
- Left = 104
- Top = 105
- Width = 225
- Height = 21
- HelpContext = 43
- PasswordChar = '*'
- TabOrder = 2
- end
- end
- object Button1: TButton
- Left = 327
- Top = 256
- Width = 75
- Height = 25
- HelpContext = 46
- Cancel = True
- Caption = '&Close'
- TabOrder = 5
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 167
- Top = 256
- Width = 75
- Height = 25
- HelpContext = 47
- Caption = '&About'
- TabOrder = 4
- OnClick = Button2Click
- end
- object Hangup: TButton
- Left = 87
- Top = 256
- Width = 75
- Height = 25
- HelpContext = 45
- Caption = 'Disconnect'
- Enabled = False
- TabOrder = 2
- OnClick = HangupClick
- OnMouseMove = HangupMouseMove
- end
- object Button3: TButton
- Left = 247
- Top = 256
- Width = 75
- Height = 25
- HelpContext = 47
- Caption = '&Help'
- TabOrder = 3
- OnClick = Button3Click
- end
- end
-